9 Social ValuationΒΆ

from src.plot import plot_climatehist, plot_simulatedpath_full2, plot_simulatedpath_uncer_decomp2

title = "Figure 9: Simulated Pathways of the Log of Social Value of R&D"
plot_simulatedpath_full2(graph_type="LogSVRD_Plot", graph_title = title, yaxis_label="", graph_range=[4,10], before15=True)
from src.plot import plot_simulatedpath_full2, plot_simulatedpath_uncer_decomp2

title = "Figure 9: Simulated Pathways of the Log of Social Value of R&D"
plot_simulatedpath_uncer_decomp2(graph_type="LogSVRD_Plot", graph_title = title, yaxis_label="", graph_range=[4,10], before15=True)
from src.plot import plot_simulatedpath_full2, plot_simulatedpath_uncer_decomp2

title = "Figure 10: Simulated Pathways of the Log of Social Cost of Global Warming"
plot_simulatedpath_full2(graph_type="LogSCGW_Plot", graph_title = title, yaxis_label="", graph_range=[6,14], before15=True)
from src.plot import plot_simulatedpath_full2, plot_simulatedpath_uncer_decomp2

title = "Figure 10: Simulated Pathways of the Log of Social Cost of Global Warming"
plot_simulatedpath_uncer_decomp2(graph_type="LogSCGW_Plot", graph_title = title, yaxis_label="", graph_range=[6,14], before15=True)